From 3df05a9641079896da93f77f4c6d5f773cda3898 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 5 Jan 2012 17:21:04 +0000 Subject: [PATCH] ipxe: remove tarball on clean This prevents us picking up a stale tarball when the tag changes. Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/firmware/etherboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile index d23a54b34d..c09140eb19 100644 --- a/tools/firmware/etherboot/Makefile +++ b/tools/firmware/etherboot/Makefile @@ -56,7 +56,7 @@ $D/src/bin/NIC: $D/src/arch/i386/Makefile .PHONY: clean clean: - rm -rf $D $D.git *~ eb-roms.h _$T + rm -rf $D $D.git *~ eb-roms.h _$T $T .PHONY: distclean distclean: clean -- 2.30.2